home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Canadian & World Encyclopedia 1998
/
The Canadian & World Encyclopedia 1998 - Disc 2.iso
/
mac
/
prime_CD
/
pb
/
ERAS
/
ERAS.CST
/
00083_Script_goTextPopup
< prev
next >
Wrap
Text File
|
1997-07-24
|
507b
|
16 lines
on mouseUp
cursor 4
global gTextIndex, gScrollText
set theDelimiter = the itemDelimiter
set the itemDelimiter = "_"
set theSubj = item 2 of the frameLabel
set theIndexLabel = "d_"&theSubj
set theTextMemberName = "txt_fact_" & char 5 to 6 of the movie
set the scrolltop of member theTextMemberName to getAprop(gTextIndex, theIndexLabel)
set the itemdelimiter = theDelimiter
set the visible of sprite 16 to 0
go next
set the visible of sprite 16 to 1
cursor -1
end